Re: [NTG-context] Displaying names in Chicago-Turabian "note" style

2021-12-21 Thread Joey McCollum via ntg-context
[chicagonum:\s!cite] command. In publ-imp-sbl.mkvi, I do this as follows: \definebtx [sbl:\s!cite] [sbl] [\c!alternative=footnote, % by default, SBL uses footnote citation format (defined below) \c!otherstext={\btxspace\btxlabeltext{others}}, % use et al. for truncated author / editor list

[NTG-context] Displaying names in Chicago-Turabian "note" style

2021-12-21 Thread Joel via ntg-context
0=\hbox{#1\unskip}%         \ifdim\wd0=0pt             #2%         \else             #3%         \fi }% \usebtxdataset[bib.buffer] \startbtxrenderingdefinitions[chicagonum] \definebtx[chicagonum]     [default=default,     specification=chicagonum,     otherstext={\btxspace{\it\btxlabeltext{oth

Re: [NTG-context] Different author rendering in entry citation vs. list

2021-08-27 Thread Joey McCollum via ntg-context
tries, in the following ways: > >>> > >>> In entry citations, authorconversion should be normal, while in list > entries, authorconversion should be inverted (more specifically, the first > name should be inverted, while all subsequent names should be in normal >

Re: [NTG-context] Different author rendering in entry citation vs. list

2021-08-27 Thread Ágoston Volcz via ntg-context
complicated, then it may be an issue for another >>> e-mail thread, and we can just focus on normal vs. inverted for now). >>> In entry citations, "et al." should be used for any names after the third >>> name, while in list entries, all names should be printed in full

Re: [NTG-context] Different author rendering in entry citation vs. list

2021-08-26 Thread Joey McCollum via ntg-context
; I thought that the following settings would work: >> >> \definebtx >> [sbl:\s!list] >> [sbl] >> [\c!otherstext=, >> \c!etallimit=, >> \c!etaldisplay=, >> \c!etaloption=, >> \c!authorconversion=inverted] % TODO: need to print

Re: [NTG-context] Different author rendering in entry citation vs. list

2021-08-26 Thread Joey McCollum via ntg-context
\c!etaloption=, > \c!authorconversion=inverted] % TODO: need to print the first name > inverted, with all subsequent names in normal order > > \definebtx > [sbl:\s!cite] > [sbl] > [\c!otherstext={\btxspace\btxlabeltext{others}}, % use et al. for > truncated author

[NTG-context] Different author rendering in entry citation vs. list

2021-08-25 Thread Joey McCollum via ntg-context
ext=, \c!etallimit=, \c!etaldisplay=, \c!etaloption=, \c!authorconversion=inverted] % TODO: need to print the first name inverted, with all subsequent names in normal order \definebtx [sbl:\s!cite] [sbl] [\c!otherstext={\btxspace\btxlabeltext{others}}, % use et al. for truncated author

Re: [NTG-context] Different in-text and list citation renderings

2021-08-10 Thread Joey McCollum via ntg-context
or in-text citations sets both of these parameters to 1: \definebtx [chicago:\s!cite] [chicago] [\c!alternative=authoryear, \c!otherstext={\btxcomma\btxlabeltext{others}}, \c!etallimit=1, \c!etaldisplay=1, \c!authorconversion=\v!name, \c!sorttype=normal, % \v!normal ? \c!sty

Re: [NTG-context] Customizing \cite alternatives

2020-02-22 Thread Philipp A.
bit on the short side here, but all the options are mentioned. If you > want to change the way et al. is displayed (for APA, the default is > \btxcomma\btxlabeltext{others}), you can do this: > > \setupbtx [apa:cite] [otherstext={ et al.}] > > The number of authors displaye

Re: [NTG-context] Customizing \cite alternatives

2020-02-20 Thread Thomas A. Schmitz
, but all the options are mentioned. If you want to change the way et al. is displayed (for APA, the default is \btxcomma\btxlabeltext{others}), you can do this: \setupbtx [apa:cite] [otherstext={ et al.}] The number of authors displayed is defined by the key etaldisplay, so you would do